home *** CD-ROM | disk | FTP | other *** search
- # Build an LTSP client chroot.
- d-i anna/choose_modules string ltsp-client-builder
- d-i ltsp-client-builder/run boolean true
- # Install the Ubuntu desktop and LTSP server.
- tasksel tasksel/first multiselect ubuntu-desktop
- d-i preseed/early_command string . /usr/share/debconf/confmodule; db_get debconf/priority; case $RET in low|medium) db_fset tasksel/first seen false ;; esac
- d-i pkgsel/include string ltsp-server-standalone openssh-server
- # Build a client chroot.
- d-i preseed/late_command string chroot /target /usr/sbin/ltsp-update-sshkeys
-